Module isotope_parser::utils [−][src]
Expand description
Utility parsers for, e.g., natural numbers and booleans
Traits
IntFromStr | An integer type which can be parsed from a string |
Functions
boolean | Parse a boolean |
decimal | Parse a decimal integer literal |
line_comment | Parse a single line comment |
multiline_comment | Parse a multi-line comment. |
natural | Parse a natural number |
ws | Parse whitespace between |